home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Utilities / DPMSManager / DPMSManager.readme < prev    next >
Encoding:
Text File  |  2001-09-13  |  4.5 KB  |  139 lines

  1. Short:    CyberGfx/P96 DPMS energy saving manager
  2. Author:   stefan@qdev.de (Stefan Robl)
  3. Uploader: stefan@qdev.de (Stefan Robl)
  4. Version:  1.23
  5. Type:     util/blank
  6.  
  7.  
  8. Description
  9. -----------
  10.   DPMSManager is a small DPMS energy saving tool for computers
  11.   equipped with a CyberGraphics/Picasso96-supporting Gfx-Board.
  12.  
  13.   DPMSManager supports the three DPMS energy-saving methods of modern
  14.   monitors (STANDBY, SUSPEND, POWEROFF).
  15.   You can specify the delay time for each DPMS-stage.
  16.  
  17.   The main idea of DPMSManager is to have DPMS-functions in conjunction
  18.   with other screenblankers (if so, then you have to set the dpms-times
  19.   longer then the blanker times!!) or just as standalone-program which
  20.   provides the energy saving methods.
  21.  
  22.   This program is a redesign of my CGXBlanker (util/blank/CGXBlanker.lha)
  23.   and the idea for it had Paul "ExiE" Strejcek.
  24.  
  25.   Thanks, Paul for this good idea!
  26.  
  27.  
  28. ToolTypes
  29. ---------
  30.   The following tooltypes/shell parameters are supported:
  31.  
  32.   MODEID      : (optional and recommended) -> ModeID of the CGX-screenmode
  33.                 used to open for the DPMS-mode. If not specified, DPMSManager
  34.                 uses the screenmode of your WB (which then has to be run
  35.                 under CGX/P96 to allow the DPMS-functions!).
  36.                 The ModeID has to be a decimal number (you can get it with
  37.                 getModeID).
  38.  
  39.   POWEROFFKEY : <SHIFT F4> -> shortcut for immediate DPMS-PowerOff
  40.  
  41.   QUITKEY     : <SHIFT F5> -> shortcut for quitting DPMSManager
  42.  
  43.   STANBYTIME  : <seconds> to wait before stage 1 of DPMS (Standby)
  44.  
  45.   SUSPEND     : <seconds> to wait after stage 1 before activating
  46.                 stage 2 (Suspend)
  47.  
  48.   POWEROFFTIME: <seconds> to wait after stage 2 before activating
  49.                 stage 3 (PowerOff)
  50.  
  51.   NOMOUSE     : Prevents DPMSManager from powering the Monitor on again
  52.                 when the mouse is moved.
  53.  
  54.   If you want to use hotkeys with spaces in it, please use "'s.
  55.   For example you want Alt Shift F10 as poweroff-key, then you have
  56.   to write
  57.   dpmsmanager poweroffkey="Alt Shift F10"
  58.  
  59.  
  60. Features
  61. --------
  62.  DPMSManager...
  63.    o supports (or better: needs) CyberGraphics or Picasso96
  64.    o is small
  65.    o is a commodity
  66.    o runs also from the shell
  67.    o supports all three stages of DPMS
  68.    o is systemfriendly designed
  69.    o is freeware
  70.  
  71.  
  72. Requirements
  73. ------------
  74.   o AmigaOS 3.x+ (tested with OS 3.5, OS 3.1)
  75.   o GfxBoard running with CyberGraphX or Picasso96 and a
  76.     Workbench/DefaultPublicScreen running in >=256 Colors
  77.     (tested with CGXV3, 1152x900x16, OpusMagellanII)
  78.  
  79.  
  80. Distribution
  81. ------------
  82.   DPMSManager is FREEWARE. I would be happy to get an eMail if you
  83.   like/use it or if you have any questions about this tool.
  84.  
  85.  
  86. History
  87. -------
  88.   V1.00:  (01.05.1999)
  89.           ** first public release **
  90.  
  91.   V1.01:  (03.05.1999)
  92.           Now you can also deactivate each DPMS-stage by putting
  93.           brackets around the time-statement (e.g. "(POWEROFFTIME=240)")
  94.           Also, you can deactive the hotkey POWEROFFKEY in the same
  95.           way. Some GFX-Cards could have problems with the POWEROFF-
  96.           stage (PicassoII(+)?).
  97.           Thanks to Helmut Wippermueller for this suggestion!
  98.  
  99.   V1.10:  (01.08.2000)
  100.           Added shell-support (same syntax as the WB ToolTypes).
  101.           Thanks to Xavier Messersmith for this idea!
  102.  
  103.   V1.11:  (20.02.2000)
  104.           Added the NOMOUSE Tooltype to prevent PowerOn when moving
  105.           the mouse.
  106.           Thanks to Efim Shuvikov for this idea!
  107.  
  108.   V1.20:  (03.03.2000)
  109.           ** second public release **
  110.           DPMSManager now blanks immediately again if another screen or
  111.           window was brought to front by another application.
  112.           Thanks to Ingo Musquinier for reporting this problem!
  113.  
  114.   V1.21:  (07.08.2000)
  115.           Removed a silly Enforcer-Hit which happened at program launch.
  116.           Reported by Michal Stochmialek. Thanks Michal!
  117.  
  118.   V1.22:  (12.09.2001)
  119.           DPMSManager now has a named screen+window to allow users
  120.           to disallow patches like VisualPrefs patching DPMSManager.
  121.           Thanks to Matt reporting this!
  122.  
  123.   V1.23:  (13.09.2001)
  124.           - DPMSManager now has a public screen named "DPMSManager" to
  125.             hopefully fix finally the reason problems which should have
  126.             been fixed with V1.22... :)
  127.           - Arg. Forgot also to switch off a small develop helper in V1.22...
  128.  
  129. Author
  130. ------
  131.   Stefan Robl <stefan@qdev.de>
  132.   More infos about ArtecScan, PPCjpeg, the QBox and my other Projects?
  133.  
  134.   Just visit my Homepage: http://www.qdev.de
  135.  
  136.  
  137. Have fun!
  138.  
  139.